home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / srvr_atl.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  735 b   |  28 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #include <vcl.h>
  7. #pragma hdrstop
  8.  
  9. #include "srvr_ATL.h"
  10.  
  11. #ifdef _ATL_STATIC_REGISTRY
  12. #include <statreg.h>
  13. #include <statreg.cpp>
  14. #endif
  15.  
  16. #include <atlimpl.cpp>
  17. #include <atlctl.cpp>
  18.  
  19. #if defined(USING_ATLVCL)
  20. #include <atlvcl.cpp>
  21. #else
  22. #include <atlwin.cpp>
  23. #endif
  24.  
  25. //---------------------------------------------------------------------------
  26. #pragma package(smart_init)
  27.  
  28.